home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 041a / bmouse.zip / README < prev   
Text File  |  1993-04-05  |  4KB  |  86 lines

  1. Report problems on OS2BETA FORUM on IBMPC. This Beta of the mouse driver is
  2. now being restricted to IBM INTERNALS only.
  3.  
  4. These files are for Logitech 3 Button mice and mice that seem to need to be
  5. re-plugged to work from a COMM port.
  6.  
  7. Copy your existing MOUSE.SYS or PCLOGIC.SYS to a backup. Copy the new
  8. file over, and then you must edit your CONFIG.SYS according to the
  9. configuration type of the mouse if needed. Then reboot to have it take effect.
  10.  
  11. Use the following list to locate the CONFIG type, then use the correct
  12. entries in your CONFIG.SYS
  13.  
  14.      Description         Type      Model Number     Config    But  Middle
  15.                                                                     Test
  16. --------------------------------------------------------------------------
  17.  
  18.    - Appoint Mouse Pen   PS/2      Square Body       Type 1    2    OK
  19.    - Appoint Mouse Pen   Serial    Round Body        Type 1    2    OK
  20.    - Appoint Mouse Pen   PS/2      Round Body        Type 1    2    OK
  21.    - Appoint Thumbelina  Serial    N/A               Type 1    2    OK
  22.    - Appoint Thumbelina  PS/2      N/A               Type 1    2    OK
  23.    - IBM PS/2            PS/2      33G3835           Type 1    2    OK
  24.    - IBM PS/2            PS/2      6450350           Type 1    2    OK
  25.    - IBM PS/2 RISC 6000  PS/2      11F8895           Type 1    3    OK
  26.    - Kensington Expert   PS/2      Version 2.0       Type 1    2    OK
  27.    - Kensington Expert   Serial    Version 2.0       Type 1    2    OK
  28.    - Kensington Expert   Serial    Version 2.0       Type 2    2    OK
  29.    - Kensington Serial   Serial    N/A               Type 1    2
  30.    - Logitech Mouseman   Serial    M-MC13-DB9F       Type 1    3    OK
  31.    - Logitech Trackman   Serial    T-CC2-9F          Type 1    3
  32.    - Logitech Trackman   Serial    T-CA1-9F          Type 2    3    OK
  33.    - Logitech Series 9   PS/2      CE9-6MD           Type 1    3    OK
  34.    - Logitech Series 9   Serial    CC-93-9F          Type 2    3    OK
  35.    - Logitech Series 2   PS/2      2-7S              Type 1    2    OK
  36.    - Logitech Mouse      Serial    CA-93-6MD         Type 2    3
  37.    - Logitech Mouse      Serial    P7-3F             Type ?    3
  38.    - Marstek             Serial    E22               Type 1    3    OK
  39.    - Microsoft Bus       BUS       Green Buttons     Type 1    2
  40.    - Microsoft Inport    Inport    Grey Buttons      Type 1    2
  41.    - Microsoft Inport    Multiple  N/A               Type 3    2
  42.    - Microsoft Serial    Serial    Grey Buttons      Type 1    2
  43.    - Microsoft Serial    Serial    N/A               Type 1    2
  44.    - Microsoft BallPoint PDI       11340             Type 1    2/4  OK
  45.    - Microsoft BallPoint Serial    11340             Type 1    2/4  OK
  46.    - Mouse Systems Opti. Serial    901794            Type 2    3    OK
  47.    - Mouse Systems Mouse Serial    403303-001        Type 1    3    OK
  48.    - Visi On Optical     Serial    M1                Type 2    2
  49.    - Visi On Optical     Serial    M2                Type 2    2
  50.    - IBM Touch Display   Other     8516              Type 3    2    OK
  51.  
  52. -----------------------------------------------------------------------------
  53.  
  54.    Of the above listed pointing devices, any that are of Type 1 are those
  55.    that are automatically detected by the MOUSE.SYS device driver and do not
  56.    need a Device Dependant device driver like PCLOGIC.SYS.
  57.  
  58.    In the CONFIG.SYS file, the following DEVICE= statements should be
  59.    incorporated:
  60.  
  61.    Type 1    -   DEVICE=C:\OS2\POINTDD.SYS
  62.                  DEVICE=C:\OS2\MOUSE.SYS
  63.                  DEVICE=C:\OS2\MDOS\VMOUSE.SYS
  64.  
  65.    Type 2    -   DEVICE=C:\OS2\POINTDD.SYS
  66.                  DEVICE=C:\OS2\PCLOGIC.SYS SERIAL=COMX
  67.                  DEVICE=C:\OS2\MOUSE.SYS TYPE=PCLOGIC$
  68.                  DEVICE=C:\OS2\MDOS\VMOUSE.SYS
  69.  
  70.                  ( where x is the COM port attached )
  71.  
  72.  
  73.    Type 3    -
  74.  
  75.    DEVICE=C:\OS2\POINTDD.SYS
  76.    DEVICE=C:\OS2\PDITOU02.SYS CODE=C:\OS2\TOUCO21D.BIN INIT=C:\OS2\TOUCH.INI
  77.    DEVICE=C:\OS2\TOUCH.SYS TYPE=PDITOU$
  78.    RUN=C:\OS2\CALIBRAT.EXE -C C:\OS2\CALIBRAT.DAT
  79.    DEVICE=C:\OS2\MOUSE.SYS TYPE=PDIMOU$
  80.    DEVICE=C:\OS2\MDOS\VMOUSE.SYS
  81.    DEVICE=C:\OS2\MDOS\VTOUCH.SYS
  82.  
  83.  
  84. Report problems on OS2BETA FORUM on IBMPC. This Beta of the mouse driver is
  85. now being restricted to IBM INTERNALS only.
  86.